PUT api/viewing/{viewingFeedbackId}/editfeedbacknotified?vendorNotifiedId={vendorNotifiedId}&type={type}&notifiedDate={notifiedDate}&negIds[0]={negIds[0]}&negIds[1]={negIds[1]}

Edit that the feedback for a Viewing was notified to the vendor.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
viewingFeedbackId

viewing feedback id

integer

Required

vendorNotifiedId

vendor notified id. (pass -1 to remove the fact that vendor was notified)

integer

Required

type

Task type for how vendor was communicated e.g. TelephoneCall etc (pass null to use the default VendorNotified type)

string

None.

notifiedDate

date

None.

negIds

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.